//0x4 bytes (sizeof)
struct _EX_FAST_REF
{
union
{
VOID* Object; //0x0
ULONG RefCnt:3; //0x0
ULONG Value; //0x0
};
};